Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStripCollection Class / Sort Method / Sort(Comparison<TouchStrip>) Method


In This Topic
    Sort(Comparison<TouchStrip>) Method
    In This Topic
    This function is not supported and it should not be called directly from your code.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Sub Sort( _
       ByVal comparison As Comparison(Of TouchStrip) _
    ) 
    'Usage
     
    
    Dim instance As TouchStripCollection
    Dim comparison As Comparison(Of TouchStrip)
     
    instance.Sort(comparison)
    public new void Sort( 
       Comparison<TouchStrip> comparison
    )

    Parameters

    comparison
    See Also